home *** CD-ROM | disk | FTP | other *** search
/ Speccy ClassiX 1998 / Speccy ClassiX 98.iso / amiga_system / the_aminet / comm / bbs / bbbbs85.lha / Information / bbsQUICK.DOC < prev    next >
Text File  |  1994-11-28  |  9KB  |  201 lines

  1.                     bbsQUICK.DOC   28 November 1994
  2.  
  3. >> What is it?
  4.  
  5. bbsQUICK.rexx is an offline read/reply/upload/download module for the
  6. BaudBandit BBS system. With it, you can download a "QUICKOUT" archive
  7. containing all new BBS activity, logoff, and do your BBS work offline,
  8. have a "QUICKIN" archive made of your responses and requests, and
  9. simply upload that archive to the BBS.  The archiver used is LhA.
  10.  
  11.         NOTE: THIS PROGRAM ONLY WORKS FOR BBBBS BBS USERS!
  12.        No other BBS formats are supported by this software.
  13.  
  14.  
  15.  
  16. >> Why do I need it?
  17.  
  18. If you call long distance to one or more BBBBS systems, the QUICK
  19. procedures can save you time and phone charges. Since the archiving
  20. and de-archiving are handled by the BBS, you don't have to be online
  21. while the work is being done. Your time online with the BBS can be
  22. limited to the time it takes to upload your replies and file requests,
  23. plus the time to download new activity. Since most of these files are
  24. straight ASCII text, LhA typically will reduce their size by 70%, so
  25. the upload/download tranfer times are usually short (and cheap!).
  26.  
  27. There is also a case to be made that more people can make use of a BBS
  28. when offline handlers are used, and therefore their use should be
  29. encouraged.
  30.  
  31. If you are a sysop, there are certain "batch" operations (renaming
  32. or deleting, for example) that are more efficiently done from a list
  33. as opposed to doing it one file at a time from within the BBS.
  34.  
  35. Finally, users don't feel so "under the gun" when they are allowed to
  36. deal with BBS matters offline in their own time.
  37.  
  38.  
  39.  
  40. >> Requirements
  41.  
  42. bbsQUICK is written in ARexx and so requires the standard ARexx
  43. libraries and command files. In addition, it makes extensive use
  44. of the rexxarplib.library (thanks once again to Willy Langeveld!)
  45. which itself needs some freely distributable libraries.
  46. In addition the ARexx command files, the following are REQUIRED!
  47.  
  48.    rexx:bbsQUICK.rexx          ; GUI to handle QUICK archives
  49.    rexx:Palette.rexx           ; Module to change colors for QUICK
  50.  
  51.    libs:rexxsyslib.library     ; 36.23 (1.15) comes with ARexx
  52.    libs:rexxsupport.library    ; 34.9 (1.15) comes with ARexx
  53.    libs:rexxarplib.library     ; 3.0 by Willy Langeveld, on many BBSes
  54.    libs:screenshare.library    ; 1.52 comes with rexxarplib
  55.    libs:rexxmathlib.library    ; 1.3 by Willy Langeveld, on many BBSes
  56.    libs:arp.library            ; 39.1 (1.3) available on most BBSes
  57.  
  58.       C:LhA                    ; at least version 1.38, on most BBSes
  59.       C:join                   ; standard Amiga 'C' command
  60.       C:delete                 ; standard Amiga 'C' command
  61.  
  62.  
  63.  
  64. >> Activation:
  65.  
  66. To activate the QUICK processes, enter "QUICK" at the main menu and
  67. answer "Y" to add the keyword "QUICK" to your user option preferences.
  68. (or you may enter "Y" to edit Your user options and edit line 8).  The
  69. next time you call you will be prompted concerning the various QUICK
  70. options. You may elect to start the process and remain online (you will
  71. be signaled when the archive is ready), or logoff and call back later.
  72.  
  73.  
  74.  
  75. >> Using bbsQUICK.rexx
  76.  
  77. 1. Request and download a QUICK_n.lha archive from your favorite BBBBS.
  78.  
  79. 2. From Shell or CLI type,   rx bbsQUICK
  80.  
  81. 3. bbsQUICK will prompt you to enter your path preferences. There is a
  82. help screen to explain the purposes of the various paths. You may also
  83. alter the colors of bbsQUICK's 4-color custom screen using my PD ARexx
  84. color requester. If you save these preferences to S:bbsQUICK.prefs
  85. (which is the default), the next time you run bbsQUICK you will not be
  86. required to go thru the preference setting process again.
  87.  
  88. 4. A file requester will ask for the location of your QUICK_ archive.
  89.  
  90. 5. Once it has a QUICK_ file, bbsQUICK will uncrunch it and organize the
  91. various data files within (for example, all email from one person will
  92. be joined together in one file for more coherent reading). Be patient,
  93. depending on the size of the data, this might take a few minutes.
  94.  
  95. 6. There are 6 "modes" in bbsQUICK; "Notices", "Email, "Messages",
  96. "Conferences", "FileList", and "Libraries". There are a large number
  97. of menu choices for each mode in addition to clickable gadgets for the
  98. most used functions. Almost all commands have keyboard shortcuts.
  99.  
  100.     Notices:  The welcome and goodbye messages from the BBS including any
  101.                special day notices, new Information files, BBS stats, etc.
  102.               If you are a sysop of the BBS, you will also find info
  103.                about the system devices, ram, and rexx clips here.
  104.  
  105.       Email:  Use the Next and Previous commands to navigate through each
  106.                item of email. Use "Write" to reply to the current letter,
  107.                (or write a new letter by just changing the addressee).
  108.  
  109.    Messages:  Use the Next and Previous commands to navigate through the
  110.                Public Message Conferences. To reply to a message, use the
  111.                "Write" command and enter the original message number.
  112.  
  113. Conferences:  Displays the list of available public message conferences.
  114.                Use "Write" to post a new message.
  115.  
  116.    FileList:  The browselist (long file descriptions) with the latest
  117.                files on top. "Download" prompts for a file number and
  118.                places it on the File_Requests list.
  119.               If you are a sysop of the BBS, you can also delete a file
  120.                or change it's name, library, keywords, and/or uploader.
  121.   
  122.   Libraries:  Displays the list of available public file libraries. You 
  123.                may upload from here, entering the same kind of file
  124.                description you would enter in BBBBS. You will be
  125.                prompted for the filename by file requester.
  126.  
  127. 7. WAIT! until just before you are ready to call the BBS (because
  128. sometimes you have some last minute messages to send!-) and then run
  129. bbsQUICK again (you DID make your upload path preference somewhere other
  130. than RAM:, right? Of course you did!-)  Select a BBBBS and then select
  131. "Archive" from the Project menu and note the name of the archive.
  132.  
  133. 8. Call the BBS.  Soon after you enter your password you will be prompted
  134. concerning your QUICK options. You may edit your QUICK exclude list,
  135. start a new QUICKOUT archive if one is not already waiting, upload your
  136. QUICKIN.lha file (don't worry about it having a different name, the BBS
  137. will rename the upload to QUICKIN.lha). Then, if a QUICKOUT file
  138. (QUICK_nnnn.lha) is ready, you will be given the chance to download it. 
  139. If the archive is not ready, you may either stay online until it is
  140. ready, or logoff and call back later to pick it up. If you ask for a
  141. QUICKOUT archive at least once every 2-4 weeks, it should take less than
  142. 10 minutes to make the archive, even on a 68000 Amiga. One or two minutes
  143. is more likely, especially on faster machines.
  144.  
  145.  
  146.  
  147. >> Remote Extras For Sysops
  148.  
  149. If you have sysop level at a given BBS, you will be able to do several
  150. other things with the QUICKIN.lha file. Although bbsQUICK.rexx does not
  151. give you a GUI for it, you can use DiskMaster or Opus or some such to
  152. create additional directories within your QUICKIN archive. The easiest
  153. way is to make the needed directories right in the OUT/BBSname drawer
  154. within your upload directory, and after you have copied all your updated
  155. files, use bbsQUICK.rexx to archive everything. There is, however,
  156. nothing keeping you from adding the data later as long as you maintain
  157. the proper directory structure. The supported directories for simple
  158. updating are; "Information", "BBS_TEXT", "rexxDoors", "REXX", "C", and
  159. "S". Files in these directories will simply be copied to the Information,
  160. BBS_TEXT, or rexxDoors (rexxDoors/Data is also copied) dirs on the BBS,
  161. or to the system REXX:, C:, or S: dirs respectively. In addition, there
  162. is a "special" directory, "Super", which is only allowed to carry one
  163. file, "Super.rexx". If this macro is found when the QUICKIN archive is
  164. processed, and the user has super-sysop (level 99) status,
  165. "Super/Super.rexx" will be executed. Note that REALLY TERRIBLE THINGS
  166. can happen if the Super-Sysop is not VERY, VERY careful. Debug your
  167. Super.rexx THROUGHLY before uploading! Note that if the user does NOT
  168. have sysop status all these files and directories will simply be
  169. ignored when bbsQUICKIN.rexx finds them.
  170.  
  171. bbsQUICK.rexx DOES allow the sysop to do some file library management
  172. by allowing deletes, renames, change of uploader, and library moves.
  173. Again, without sysop status, file-change instructions are ignored.
  174.  
  175.  
  176.  
  177. >> Wow! What WON'T this wonder of the universe do?
  178.  
  179. It can't access the rexxDoors area.
  180. It can't download from External devices (like the Fred Fish CD).
  181. It can't use the Profiles section.
  182. It can't search for ANYTHING.
  183. It can't chat with the sysop. ;-)
  184.  
  185.  
  186.  
  187. >> Legal crap
  188.  
  189. bbsQUICK.rexx is copyright 1993-94 Richard Lee Stockton, all rights are
  190. reserved. HOWEVER, these files may be freely distributated and used in
  191. non-commercial applications as long as the copyright notices remain.
  192.  
  193. For any COMMERCIAL use, please contact me FIRST for approval:
  194.   Richard Lee Stockton
  195.   21305 60th Ave West
  196.   Mountlake Terrace, WA 98043 USA
  197.   (206) 776-1253 (voice)
  198.   (206) 775-7573 (fax)
  199.   (206) 744-1254 (bbs)
  200. -------------------------------------------------------------------------
  201.